dynamic memory allocation

美 [daɪˈnæmɪk ˈmeməri ˌæləˈkeɪʃn]英 [daɪˈnæmɪk ˈmeməri ˌæləˈkeɪʃn]
  • 网络动态内存分配;动态存储器分配
dynamic memory allocationdynamic memory allocation
  1. Checkpoints that must be considered while working with dynamic memory allocation

    在使用动态内存分配时必须考虑的检查点

  2. Study of dynamic memory allocation in OS kernel TRENDS

    操作系统内核中动态内存分配机制的研究

  3. The final part , application programming , includes file processing , application development , dynamic memory allocation , link lists and bits manipulation .

    应用程式设计则包含档案处理、大型程式的发展、动态记忆体配置与链结串列、位元处理。

  4. As for the difficulty of unsufficient internal memory capacity , it can be overcome by means of the dynamic memory allocation technique .

    还采用动态存贮器分配技术解决了内存容量小的矛盾。

  5. So the heap is a chunk of memory in a computer 's RAM that 's conceptually allocated to what 's called dynamic memory allocation .

    堆是在计算机RAM中的一块内存,它可以进行,动态内存分配。

  6. It contains two parts , enhanced memory block allocation algorithm and high-efficient dynamic memory allocation algorithm . Combining the two methods in memory management can improve the performance of embedded system effectively .

    改进的内存分配算法包括优化的内存块分配算法和快速高效的动态内存分配算法,两者结合使用将会有效提高嵌入式系统的性能。

  7. Based on the analysis of memory leak , the method overloads the allocation function and overrides the free function to store the allocation spot and trace the dynamic memory allocation .

    方法在分析内存泄漏的基础上,通过重新实现动态内存分配和释放函数,记录内存分配的确切位置并跟踪动态内存的使用情况。

  8. System software was developed with C + + language and object-oriented programming method , in which memory insufficient problem was solved with integer data storing , dynamic memory allocation and extent memory use .

    系统程序采用C++语言和面向目标方法编写,利用整型存储法、动态内存分配及使用扩展内存解决了内存不足的问题。

  9. You 'll learn about the types of pointer operations that can cause memory corruption and you 'll also examine some scenarios that show what to consider while working with dynamic memory allocation .

    您将了解可能导致内存破坏的指针操作类型,您还将研究一些场景,了解要在使用动态内存分配时考虑什么问题。

  10. Object Oriented Programming method and event driven mechanism were employed to design data acquisition program . Total sample points of each observing spot are more than 3000 with dynamic memory allocation technology and using extended memory .

    采用OOP方法和事件驱动机制编制了数据采集软件,利用动态内存分配和使用扩展内存,使得每个监测点的数据样本数可达3000点以上。

  11. You can , for example , use a vector in much the same way as you would use an ordinary C array , except that vector eliminates the chore of managing dynamic memory allocation by hand .

    举个例子,你可以使用vector就像使用普通的c数组,除了vector不能手工申请管理动态内存。

  12. Written by Nate Eldredge , the YAMD package finds dynamic , memory allocation related problems in C and C + + .

    YAMD软件包由NateEldredge编写,可以查找C和C++中动态的、与内存分配有关的问题。